home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 September
/
CHIP Eylül 1996.iso
/
utils
/
povray
/
povmnf.sea
/
POVRAY
/
POV-Ray.rsrc
/
TEXT_442_ tiles.txt
< prev
next >
Wrap
Text File
|
1994-02-09
|
231b
|
15 lines
// texture attribute
// create a tiled texture, alternates between 2 textures
tiles
{
texture // texture of tile #1
{
pigment { agate }
}
tile2
texture // texture of tile #2
{
pigment { granite }
}
} // tiles